Class symantec.itools.awt.ImageHTMLLink
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.awt.ImageHTMLLink

Object
   |
   +----Component
           |
           +----Canvas
                   |
                   +----ButtonBase
                           |
                           +----ImageButton
                                   |
                                   +----symantec.itools.awt.ImageHTMLLink

public class ImageHTMLLink
extends ImageButton
Note: ImageHTMLLink is deprecated. All classes that extend ButtonBase, now contain HTML URL link capabilities. Use ImageButton instead.

Version:
1.1, July 9, 1997
Author:
Symantec

Variable Index

 o url

Constructor Index

 o symantec.itools.awt.ImageHTMLLink()
Constructs an ImageHTMLLink object.

Method Index

 o getURL()
 o setURL(URL)

Variables

 o url
protected java.net.URL url

Note: url is deprecated.

See Also:
linkURL

Constructors

 o ImageHTMLLink
public ImageHTMLLink()
Constructs an ImageHTMLLink object.

Methods

 o getURL
public java.net.URL getURL()
Note: getURL() is deprecated.

See Also:
getLinkURL
 o setURL
public void setURL(URL u) throws PropertyVetoException
Note: setURL() is deprecated.

Throws: PropertyVetoException
if the specified property value is unacceptable
See Also:
setLinkURL

All Packages  Class Hierarchy  This Package  Previous  Next  Index